home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / gfxprograms / 3dprograms / rayshade-4.0 / fixes / fix016 < prev    next >
Internet Message Format  |  1995-02-13  |  4KB

  1. From theseas!Princeton.EDU!cek Fri, 25 Mar 94 09:02:04 EET
  2. Received: by kriton.UUCP (V1.16/Amiga)
  3.     id AA00000; Fri, 25 Mar 94 09:02:04 EET
  4. Received: by theseas.ntua.gr with UUCP; Thu, 24 Mar 1994 18:30:30 +0200
  5. Received: from eunet.EU.net by pythia.ics.forth.gr via FORTHnet with SMTP;
  6.     id AA04388 (5.65c/FORTH-ICS-3.0-MHS-7.0); Thu, 24 Mar 1994 17:43:13 +0200
  7. Received: (uunet@localhost) by eunet.EU.net (8.6.8/8.6.8) with UUCP id QAA26081 for ariadne!theseas!kriton!kyrimis; Thu, 24 Mar 1994 16:01:45 +0100
  8. Received: from Princeton.EDU by relay2.UU.NET with SMTP 
  9.     (5.61/UUNET-internet-primary) id AAwipv25343; Thu, 24 Mar 94 09:58:37 -0500
  10. Received: from fs.Princeton.EDU by Princeton.EDU (5.65b/2.108/princeton)
  11.     id AA18949; Thu, 24 Mar 94 09:55:26 -0500
  12. Received: by cs.Princeton.EDU (4.1/1.105)
  13.     id AA08991; Thu, 24 Mar 94 09:55:24 EST
  14. Received: from lobster.wellfleet.com by cs.Princeton.EDU (4.1/1.105)
  15.     id AA08927; Thu, 24 Mar 94 09:54:48 EST
  16. Received: from pobox.wellfleet (pobox.wellfleet.com) by lobster.wellfleet.com (4.1/SMI-4.1)
  17.     id AA00321; Thu, 24 Mar 94 09:37:31 EST
  18. Received: from nantucket.wellfleet by pobox.wellfleet (4.1/SMI-4.1)
  19.     id AA14350; Thu, 24 Mar 94 09:48:24 EST
  20. Received: from lobster.wellfleet.com by pobox.wellfleet (4.1/SMI-4.1)
  21.     id AA14333; Thu, 24 Mar 94 09:47:27 EST
  22. Received: by lobster.wellfleet.com (4.1/SMI-4.1)
  23.     id AB00310; Thu, 24 Mar 94 09:36:21 EST
  24. Date: Thu, 24 Mar 94 09:36:21 EST
  25. Message-Id: <9403241436.AB00310@lobster.wellfleet.com>
  26. Sender: mark_podlipec@wellfleet.com
  27. Errors-To: rayshade-request@cs.Princeton.EDU
  28. Remailed-Date: Thu Mar 24 09:54:54 EST 1994
  29. From: Mailer-Daemon@lobster.wellfleet.com (Mail Delivery Subsystem)
  30. To: <mark_podlipec@wellfleet.com>
  31. Subject: Returned mail: Service unavailable
  32.  
  33.    ----- Transcript of session follows -----
  34. Connected to YALE.EDU:
  35. >>> RCPT To:<rayshade@cs.yale.edu>
  36. <<< 554 <rayshade@cs.yale.edu>... rayshade : unknown person or mailing list
  37. 554 <rayshade@cs.yale.edu>... Service unavailable
  38.  
  39.    ----- Unsent message follows -----
  40. Return-Path: <podlipec@pobox>
  41. Received: from pobox.wellfleet (pobox.wellfleet.com) by lobster.wellfleet.com (4.1/SMI-4.1)
  42.     id AA00308; Thu, 24 Mar 94 09:36:21 EST
  43. Received: from nantucket.wellfleet by pobox.wellfleet (4.1/SMI-4.1)
  44.     id AA14329; Thu, 24 Mar 94 09:47:15 EST
  45. From: podlipec@pobox (Mark Podlipec)
  46. Message-Id: <9403241447.AA14329@pobox.wellfleet>
  47. Subject: Re: Negative Blobs
  48. To: rayshade@cs.yale.edu
  49. Date: Thu, 24 Mar 94 9:54:58 EST
  50. Cc: mgix@jpn.thomson-di.fr
  51. Reply-To: podlipec@wellfleet.com
  52. In-Reply-To: <9403240856.AA17856@krainte.jpn.thomson-di.fr>; from "Emmanuel Mogenet" at Mar 3, 94 2:32 pm
  53. Organization: Wellfleet Communications Inc.
  54. X-Mailer: ELM [version 2.3 PL11]
  55.  
  56.  
  57.  
  58. The rayshade enhanced has had negative blobs for a while now. Here's 
  59. the actual code so that it checks against negative radii and strength's
  60. of zero.
  61.  
  62.       if (   ( (cur->mvec.c0 > -EPSILON) && (cur->mvec.c0 < EPSILON) )
  63.           || (cur->mvec.rs < EPSILON) )
  64.         {
  65.           RLerror(RL_WARN,"Degenerate metaball in blob (sr).\n");
  66.           return (Blob *)NULL;
  67.         };
  68.  
  69.  
  70. The enhanced verison also supports multicolored blobs(where each 
  71. metaball can be a different color).
  72.  
  73. I have also written code that supports 4th and 6th degree blobs(the difference
  74. is comparable between 2nd and 3rd degree splines) and 4th degree
  75. blobs with a squash vector(pushes the metaball's density so that it's no
  76. long radial symmetric about the center), but haven't had time to polish it
  77. yet.
  78.  
  79. Mark
  80.  
  81. podlipec@wellfleet.com
  82.  
  83.  
  84.  
  85.  
  86. ----------
  87. Administrivia: rayshade-request@cs.princeton.edu
  88. Mailing list: rayshade-users@cs.princeton.edu
  89.  
  90.